establishCallFailed

abstract fun establishCallFailed(outgoingCall: OutgoingCallInterface?, error: MobileError?)

This method is invoked when establishCall has failed.

Since

2.0.0

Parameters

outgoingCall

the outgoing call who failed in establishing call

error

related error

See also